on 1:LOAD: { echo ScriptX-V2 Lists Loaded | hmake Akick 100 }

menu channel,menubar,status { 
  Lists
  .Akick
  ..Add:/set %akicknick $$?="Nick:" | hadd Akick %akicknick %akicknick 
  ..Delete:/hdel Akick $$?="Nick:"
  ..Wipe:/hdel -w akick * 
}

menu nicklist,query {
  Lists
  .Akick
  ..Add:/add Akick $$1 $$1 
  ..Delete:/del Akick $$1
}

on *:JOIN:#: { if ($nick iswm $hget(Akick,$nick)) {  | kick # $nick $read revenge.txt } }
on 1:UNLOAD: { echo ScriptX-V2 Lists UnLoaded - All Akicks have been Deleted - | hfree Akick 100 }
